Click or drag to resize

IsLessThanOrEqualTo Constructor (PropertyPath, PropertyPath)

Initializes a new instance of the IsLessThanOrEqualTo class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IsLessThanOrEqualTo(
	PropertyPath propertyPath1,
	PropertyPath propertyPath2
)

Parameters

propertyPath1
Type: Independentsoft.ExchangePropertyPath
propertyPath2
Type: Independentsoft.ExchangePropertyPath
See Also